home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 21 / PC Format CD-ROM Collection 21 (1995-12)(Future Publishing)(GB)[issue 51].iso / resource / stdio.h < prev    next >
Text File  |  1992-06-11  |  88b  |  5 lines

  1. #define FSEEK_START 0
  2. #define FSEEK_CURRENT 1
  3. #define FSEEK_END 2
  4. #define EOF (-1)
  5.